Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

coderplex-org/coderplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress new coderplex site

XO code style styled with prettier

Demo

https://dev.coderplex.org

Running Locally

  • clone this repo
git clone [email protected]:coderplex/coderplex-website.git
  • cd coderplex-website
  • npm install
  • npm run dev:with-api to start local development server
  • Open app at localhost:3000
  • Edit files and see results in browser (no need to refresh browser as it support HotModuleReplacement).