Skip to content

flipcoder/remake-framework

 
 

Repository files navigation

Get started

  1. Clone this repo
git clone https://github.com/panphora/remake-framework.git
  1. Install dependencies
cd remake-framework
npm install
  1. Create a variables.env file

inside variables.env:

SESSION_SECRET=__replace_with_something_secret__
PORT=3000
  1. Start the project
npm run dev

Full Remake Docs

View the full Remake documentation here

About

Remake framework used by the Remake CLI to generate new projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • CSS 9.5%
  • HTML 4.7%