updated readme

This commit is contained in:
Geoff Doty 2019-01-01 15:34:49 -05:00
parent 6896091da6
commit baa6586252
1 changed files with 15 additions and 16 deletions

View File

@ -44,17 +44,16 @@ A production pipe-line should *NOT* be in your way while **developing**. You sho
1. Run `npm install`, this will install all vendor dependencies
2. Start coding in `src/public`
2. Start coding in `app`
3. run the `public/index.html` from your favorite web server\*
3. run the `app/index.html` from your favorite web server\*
> \* try `live-server` from `npm` or via [Visual Studio Code]() plug-in it's awesome!
### Project Structure
```
src/
public/ <-- develop here
app/ <-- develop here
css/ <-- your css files
js/ <-- your javascript files
app.js <-- basic routing/utils bootstrap