Installations
Install Boilerplate, the lifecycle of developing the frontend & backend app in your team.
Step 1: Download code and change name directory root
Open a web browser and go to the GitHub repository's webpage, in this case, "https://github.com/tokenomy/boilerplate-fe/tree/main".
Navigate to the specific directory or tree you want to download.
Click on the "Download" button on the top-right corner of the page to download the ZIP file of that specific directory or tree.
Save the ZIP file to the directory of your choice on your local machine.
Extract the ZIP file to access the downloaded code.
Step 2: Install package modules app
Step 3: Run the development server
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
Step 4: Build production app
Step 5: Starting app on production
Another node scripts
Last updated