Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nextinterfaces committed Jun 24, 2018
1 parent 71725e0 commit f4397c1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# React Server Side Rendering Typescript


Expand Down
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

@import "styles";

1 change: 1 addition & 0 deletions scss/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

html, body {
height: 100%;
background-color: #FAFAFA;
Expand Down
1 change: 0 additions & 1 deletion src/client/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as React from "react"
import * as ReactDOM from "react-dom"
import { BrowserRouter as Router } from 'react-router-dom'

import "../../scss/main.scss"
import { App } from "../shared/App";

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{
"compileOnSave": false,
"compilerOptions": {
Expand Down
1 change: 1 addition & 0 deletions webpack.config-local.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

const path = require('path');
const BuildPluginLocal = require('./build/build.plugin-local');

Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

const path = require('path');

const BuildPlugin = require('./webpack/build.plugin');
Expand Down

0 comments on commit f4397c1

Please sign in to comment.