├── Readme.md
├── package.json
└── src
├── images
├── index.html
└── styles
└── reset.css
npm run dev
- starts local development server. Development build is served and can be accessed via http://localhost:3000
├── Readme.md
├── package.json
└── src
├── images
├── index.html
└── styles
└── reset.css
npm run dev
- starts local development server. Development build is served and can be accessed via http://localhost:3000