Skip to content

tasmanboat/html-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-boilerplate

quick start
npm install
npm start

modify dist/index.html, src/style.css, index.js
build (generate files in "dist" dir for production env):
npx webpack
npx webpack --config webpack.config.js
npm run build

serve
python3 -m http.server 8080

dev mode
// dev mode's serve (automatically build and serve, no file generated in "dist" dir):
npm run start
npm start

funny API:
https://jsonplaceholder.typicode.com/posts
https://rickandmortyapi.com/api/character/1
https://placekitten.com/g/200/300

possible later config:
https://github.com/tsrot/react-demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published