Skip to content

My own boilerplate for starting simple React projects

Notifications You must be signed in to change notification settings

argshook/react-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React playground

My own boilerplate for starting simple React projects.

How to do

  1. npm i -g babel-core webpack mocha webpack-dev-server
  2. npm i

How

  1. npm start - for dev (server at http://localhost:8080/)
  2. npm run build - for prod (will create /dist)

test

with mocha and chai

  1. npm test - once
  2. npm run test:watch - guess what

Todo

  • Update all packages
  • Test coverage reports
  • Figure out proper TDD
  • Redux
  • Improve webpack dev/build configs
  • Ensure minimum set of dependencies

About

My own boilerplate for starting simple React projects

Resources

Stars

Watchers

Forks

Packages

No packages published