pranay-91 / MyReactJS

A plain boilerplate for a new React Web App using ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A plain boilerplate for a new React Web App using ES6


Languages

Language:JavaScript 86.6%Language:HTML 7.5%Language:CSS 5.9%