first commit

This commit is contained in:
andres alcocer
2018-11-12 21:57:57 -05:00
commit 21bfb2cb91
36 changed files with 14663 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# React Webpack Starterkit
A simple react starter kit that uses webpack for a custom workflow
## Run server
` npm start `
## Build project
` npm run build `