Skip to content

jakedahm/react-scaffold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-scaffold

React project scaffolding

Getting Started

git clone [email protected]:MentorWebServiceTeam/react-scaffold.git

npm install

Open two terminal windows, then open http://localhost:8080/home in your browser.

# Window 1
npm start

# Window 2
npm run webpack:watch

Tests & Coverage

npm run test
# or
npm run test:watch
# or
npm run test:cov

About

React project scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • HTML 14.2%