Skip to content

domingosantana/react-starter

 
 

Repository files navigation

react-starter

React boilerplate for web apps.

Getting started

git clone https://github.com/ibandominguez/react-starter.git
cd react-starter
npm install
npm run dev

Open up your browser at http://localhost:8080 and you should see the app running

Building for production

npm run build

A build directory is created with the packaged application ready to be deployed

Testing

The tools used for tests are jest and enzyme

All tests are located in the tests directory, to run tests:

npm run test

Contributors

  • Ibán Domínguez

License

MIT

About

React web app boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%