updated readme
This commit is contained in:
parent
6896091da6
commit
baa6586252
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue