From a3dac83e0d8c0d78ef36948a0197b28c96f2eeda Mon Sep 17 00:00:00 2001 From: Jorge Antunes Date: Sat, 19 Mar 2016 16:58:51 +0000 Subject: [PATCH] use unix pathnames --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8b4a9ae0..9edeee9f 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ You should now be ready to start building your project. If it doesn't work, feel :point_right: Your source-files will be **hot-reloaded** and proxied via `http://localhost:3000`. -*You will be working with [Universal Javascript](https://medium.com/@mjackson/universal-javascript-4761051b7ae9#.llvvuk4l5), managed via [webpack](https://webpack.github.io/), therefore your source-code located in `src` will be divided into 2 directories, `client` and `server`. The `layout.html` is located in `src\server\views`*. +*You will be working with [Universal Javascript](https://medium.com/@mjackson/universal-javascript-4761051b7ae9#.llvvuk4l5), managed via [webpack](https://webpack.github.io/), therefore your source-code located in `src` will be divided into 2 directories, `client` and `server`. The `layout.html` is located in `src/server/views`*. I use [Express](http://expressjs.com/) with [React-Router](https://github.com/reactjs/react-router), [React](https://facebook.github.io/react/) and [SCSS](http://sass-lang.com/) with [Autoprefixer](https://github.com/postcss/autoprefixer) to build my projects. There are a few customisations although I kept the files to a minimum to allow for exploration and you being able to change things to your liking.