sencha
sencha copied to clipboard
Reddit clone in Node and React
Sencha
About
Reddit clone using React components and PostgresQL database.
Non-NPM Requirements
- PostgresQL
Installation
Make sure to have postgresQL installed. On windows, don't forget to set up the PATH variable for psql.
npm updatepsql -U postgres -a -f server/psql_scripts.sqlto build PostgresQL schemanpm run buildto build *.bundle.js files.- `npm start