Skip to content

cbazureau/create-one-page-website

Repository files navigation

Create One-page website

npm test

🚧 🚧 EARLY STAGE PROJECT 🚧 🚧

Create a static and optimized one-page website with no build configuration.

Create One-page Website works on macOS, Windows, and Linux. If something doesn’t work, please file an issue. If you have questions or need help, please ask in GitHub Discussions.

Quick Overview

You’ll need to have Node 14 or later version and NPM 7 on your local development machine. We recommend using the latest LTS version. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

npx create-one-page-website my-page
cd my-page
npm start

Build

npm run build

Builds the app for production to the dist folder.
It correctly bundles your static one-page and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your page is ready to be deployed.