Skip to content

Codeanywhere-Templates/html

Repository files navigation

HTML/CSS Template for Codeanywhere

This is a simple HTML and CSS template project with a Node.js server for Codeanywhere.

Try it out

Running the project

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 start

The server will start on port 3000. You can access it at http://localhost:3000.

Project Structure

  • src/ - Contains the HTML and CSS files
  • server.js - Simple Express server to serve the static files
  • .devcontainer/ - DevContainer configuration for Codeanywhere

Want to contribute?

Feel free to open a PR with any suggestions for this template project 😃

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published