Skip to content

MentorWebServiceTeam/react-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 run dev

# Window 2
npm run webpack:watch

(Optional) Create a .env file in the project root. This is ignored by default.

# Example
NODE_ENV=development
PORT=8080
SECRET=shhh

Tests & Coverage

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

Additional Features

This project supports the Redux Dev Tools Google Chrome/Firefox extensions. This is a highly recommended state debugging tool.

About

React project scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published