Introduction
⚡️ Web app template will help you set up a front end web application in no time
💸 Building a custom tech stack is expensive. Instead, foucs on your features
💥 Ready for more? Use advanced features like versioning, i18n, search and theme customizations
Fast Track ⏱️
Let's discover Web app template in less than 5 minutes.
What you'll need
- Node.js version 16 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
- Request access to github Repo for access DNV-Cli tool:
- How to get access? Conact Eric li.eric.liu@dnv.com.
Generate a new FE application
CLI tool will guide you to create a project after you get access to the git repo and run the command:
npx veracity-web-app-template-cli init
Follow the command guide, you will get dnv-cli installed and the template will be downloaded by your choose.
After template is downloaded, you could use command lines:
- npm
- yarn
- pnpm
cd project_name
npm install
npm run start
cd project_name
yarn
yarn start
cd project_name
pnpm install
pnpm start
to run your project.
The cd
command changes the directory you're working with. In order to work with your newly created project work, you'll need to navigate the terminal there.
The npm run start
/ yarn start
command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000.
More Guidances
We also provide some other Front end related guidances that might be helpful
Something missing?
If you find issues with the documentation or have suggestions on how to improve the documentation or the the project in general, please contact us by ping us in teams or email us.
For new feature requests or contribution, feel free to contact us as well.