Skip to content

Simple website for Sashka's new book: What's happening in our life and beyond

License

Notifications You must be signed in to change notification settings

lasharela/sashkas-book-life-and-beyond

 
 

Repository files navigation

The HTML5 Boilerplate website is a simple static site:

  • The development code is in the src/ directory.
  • The build process relies on gulp.
  • The gulp tasks can be found in the gulpfile.js file.

Setup

  1. Install Node.js and npm.
  2. Run npm install.

Development

You should be able to work almost entirely in the src/ directory.

While developing run npm run serve as this will open the website in your default browser and automatically update it whenever changes are made to the page or any of the files contained in the page.

Build

When you have finished your changes, make sure that the distribution package is correct by running npm run test and then checking the output.

The site is served directly from the docs/ directory

About

Simple website for Sashka's new book: What's happening in our life and beyond

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.8%
  • CSS 32.3%
  • HTML 27.9%