rossdakin / React-Boilerplate

React boilerplate for thenewboston tutorials.

Home Page:https://www.youtube.com/user/thenewboston

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React boilerplate thenewboston tutorials.

Getting started

Please do:

> npm install
> http-server

Please view:

> http://localhost:8080/src/AllFiles/WeatherApp/

To get started simply download the repo using the link below. All required files are included.

https://github.com/buckyroberts/React-Boilerplate/archive/master.zip

Setting up Gulp (optional)

You can also use Gulp to add additional build tasks. To use, follow the instructions below.

Navigate to the root directory and run the following command:

> npm install

After modules are installed, you can start watching for SCSS changes using the command:

> gulp

You can install more modules and configure them in the gulpfile.js file as needed.

Links

About

React boilerplate for thenewboston tutorials.

https://www.youtube.com/user/thenewboston


Languages

Language:HTML 89.3%Language:JavaScript 10.7%