A modern, minimalistic web application to view, organize, and run your code from a website.
- I didn't make the icons.
- Install backend dependencies:
npm install
- Create a
codefolder in the root directory and place your code files there. - Start the backend:
npm start
- In a new terminal, go to the
clientfolder:cd client - Install frontend dependencies:
npm install
- Start the frontend dev server:
npm run dev
- Open http://localhost:3000 in your browser.