/TempletJavaScriptReactJsBootstrap

This is a simple structure for an UI project using React.js, React Router and Bootstrap.

Primary LanguageJavaScriptMIT LicenseMIT

Template project starter for JavaScript, React.js, Html and CSS

  1. To build the project locally, run:

NPM

  • npm install
  • npm start

Yarn

  • yarn install
  • yarn start

Run with tests:

  • yarn test

Then open http://localhost:3000 in a browser and the application should be running.

You can download or fork this project in order to save time in your development. Happy Coding.