React boilerplate for web apps.
git clone https://github.com/warmeta/cms-base-template.git
cd react-starter
npm install
npm run dev
Open up your browser at http://localhost:8080 and you should see the app running
npm run build
A build directory is created with the packaged application ready to be deployed
The tools used for tests are jest and enzyme
All tests are located in the tests directory, to run tests:
npm run test
- Jose García-Arévalo
MIT