🚧 🚧 EARLY STAGE PROJECT 🚧 🚧
Create a static and optimized one-page website with no build configuration.
- Creating your One-page website – How to create a new one-page website
- User Guide – How to develop one-page website bootstrapped Create One-page Website.
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.
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
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.