Skip to content

rafaelcamargo/minimal-react

Repository files navigation

Minimal React

The smallest possible React app config

CircleCI Coverage Status

Contributing

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone [email protected]:rafaelcamargo/minimal-react.git
  1. Go to the project directory
cd minimal-react
  1. Install the project dependencies
npm install
  1. If you want to just build the project, run:
npm run build
  1. Otherwise, run:
npm run start

The app will be running on http://localhost:8080.

Tests

  1. Ensure that all code that you have added is covered with unit tests:
npm run test
  1. You can optionally generate coverage report after running tests:
npm run test -- --coverage

About

The smallest possible React app config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published