This is a simple HTML and CSS template project with a Node.js server for Codeanywhere.
The project will automatically start when you open it in Codeanywhere thanks to the DevContainer configuration.
If you need to start it manually, open the terminal and run:
npm install
npm startThe server will start on port 3000. You can access it at http://localhost:3000.
src/- Contains the HTML and CSS filesserver.js- Simple Express server to serve the static files.devcontainer/- DevContainer configuration for Codeanywhere
Feel free to open a PR with any suggestions for this template project 😃