Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

39 lines (19 loc) · 668 Bytes

[ ToekangKu Web Profile - ReactJS ]

Getting started

Installation

Please check the official ReactJS installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone https://github.com/TOEKANGKU/profile.git

Switch to the repo folder

cd profile

Install all the dependencies using npm

npm install

Start the local development server

npm run start

You can now access the application at http://localhost:3000

Build for Production

Run to build for production

npm run build

Start the build

node server