/ide-front

Primary LanguageTypeScript

ide-front

📚 Stack

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npx json-server --port 3001 --watch db.json

At a download folder, run command "npx json-server --port 3001 --watch db.json". Then, you can test and experience web IDE without connecting other server.