/web-starter-kit

Base React Project for React Foundation Series on Codemy

Primary LanguageJavaScript

Webpack React 0

This is a simple boiler plate project that sets up a base project for anyone who wants to use it. It has the basic webpack config and react setup.

The idea is it can grow from here.

Development Only

Currently This config is development only, if you want to configure it for production feel free to add your own.

Usage

Simply fork and clone this repository and run.

npm install
npm run dev