Skip to content

This project is created by Mycos Technogies for Webapp deployment on Azure training. This is a example of frontend that develop via React Hook & Typescript.

Notifications You must be signed in to change notification settings

mycostech/react-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mycos Todo List application 🚀

This project is created by Mycos Technogies for Webapp deployment on Azure training. This is a example of frontend that develop via React Hook & Typescript.

Keep calm and enjoy deploying 🎅🏻

Before Start

  1. setting your API environment in file .env
  2. install package with
    npm install
    

Available Scripts 👨‍💻👩‍💻

In the project directory, you can run:

Development Mode

we can develop on local with

npm run start

Runs the app in the development mode with the backend endpoint in .env file (that needs to run Node.js as backend app in localhost together).
Open http://localhost:3000 to view it in the browser.

Production Mode

we can test production mode on local with

 npm run build

then,

serve -s build

first time? you need to install it first by

npm install -g serve

Steps to deploy the frontend webapp on Azure

You can follow the azure deploy instruction to explain steps to deploy the frontend application as Static WebApp on Azure.

About

This project is created by Mycos Technogies for Webapp deployment on Azure training. This is a example of frontend that develop via React Hook & Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published