/MyReactJS

A plain boilerplate for a new React Web App using ES6

Primary LanguageJavaScript

MyReactJS

Introduction

This is a sample boilerplate web-application to get started with building SPA using React JS. Most of the setup has been built out of the box. This includes:

This project works well with Visual Studio Code. The following extensions are required to fully utilise features such as Prettier and Flow:

Get Started

Simply clone the repository and install the required node modules.

$ git clone ...
$ npm install

After the dependencies has been succesfully installed. Issue the following command to run the developer environment.

$ npm run start-dev

In-case you are using yarn then

$ yarn start-dev