/reactjs-starter

This is the simple minimal react js starter

Primary LanguageJavaScript

Minimal React js Starter

Repo for React js Starter.

Setup

Make sure you have node installed and it is of version >= 12.0. Make sure you have yarn installed.

Create the env file:

$ cp .env.example .env

Install dependencies:

$ yarn

Running the app:

$ yarn start

Building the app:

$ yarn build

Running tests:

$ yarn test

If you to want to format files:

$ yarn prettier